home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
aminet
/
util
/
misc
/
mousetest.lha
/
TestRMB.ASM
< prev
next >
Wrap
Assembly Source File
|
1992-12-17
|
202b
|
13 lines
; TestRMB by Ed Mackey
; Returns WARN if RMB is pressed.
moveq #0,d0
move $DFF016,d1
btst #10,d1
bne nope
moveq #5,d0
nope: rts
END